ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1CursorCollectionView<T,K> Class / SortDescriptions Property

In This Topic
    SortDescriptions Property (C1CursorCollectionView<T,K>)
    In This Topic
    Gets the sort descriptions applied to the data.
    Syntax
    'Declaration
     
    Public ReadOnly Property SortDescriptions As System.Collections.Generic.IReadOnlyList(Of SortDescription)
    public System.Collections.Generic.IReadOnlyList<SortDescription> SortDescriptions {get;}
    See Also